(Flookup_key): Fix typo in last change.
authorAndreas Schwab <schwab@suse.de>
Mon, 7 May 2007 20:49:55 +0000 (20:49 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 7 May 2007 20:49:55 +0000 (20:49 +0000)
src/keymap.c

index 145d872863a718252eed17345837e5ab3d2e5400..dbcf1d6fcfde5196f91f42a8480f167d3a379be0 100644 (file)
@@ -1313,7 +1313,7 @@ recognize the default bindings, just as `read-key-sequence' does.  */)
        c = Fevent_convert_list (c);
 
       /* Turn the 8th bit of string chars into a meta modifier.  */
-      if (STRINGP (key) && XINT (c) & 0x8 && !STRING_MULTIBYTE (key))
+      if (STRINGP (key) && XINT (c) & 0x80 && !STRING_MULTIBYTE (key))
        XSETINT (c, (XINT (c) | meta_modifier) & ~0x80);
 
       /* Allow string since binding for `menu-bar-select-buffer'